CxFacEditor Object
The CxFacEditor object is a dialog box-based editor for the Facility Service (FAC). Declare the object using the following code:
|
CreateObject("CxEditors.CxFacEditor") |
Each method in this document will assume you have declared and connected the CxFacEditor object using the following code:
|
Dim FacEditor Set FacEditor = CreateObject("CxEditors.CxFacEditor") FacEditor.Connect("CYGDEMO.FAC") |
More:


